PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / getArtBox Method
In This Topic
    getArtBox Method
    In This Topic
    Gets the art box.
    Syntax
    public PDFStandardRectangle getArtBox()

    Return Value

    A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator.
    See Also